How to Install neutron-dhcp-agent software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install neutron-dhcp-agent software package in Ubuntu 14.04 LTS (Trusty Tahr)

neutron-dhcp-agent software package provides Neutron is a virtual network service for Openstack - DHCP agent, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install neutron-dhcp-agent 

neutron-dhcp-agent is installed in your system.

Make ensure the neutron-dhcp-agent package were installed using the commands given below,

$ sudo dpkg-query -l | grep neutron-dhcp-agent *

You will get with neutron-dhcp-agent package name, version, architecture and description in a table

neutron-dhcp-agent package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Network
Package neutron-dhcp-agent
Version 1:2014.1.3-0ubuntu1.1
Description Neutron is a virtual network service for Openstack - DHCP agent
Sub Section Net


See Also, How to uninstall or remove neutron-dhcp-agent software package from Ubuntu 14.04 LTS (Trusty Tahr)?